.search-input {
    font-weight: normal;
    background: transparent;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #eceaea;
    padding: 11px 12px 10px 0px;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin-top: 28px;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

@media only screen and (max-width: 1127px) {
    .search-input {
        font-weight: normal;
        background: transparent;
        font-size: 17px;
        border: none;
        border-bottom: 1px solid #eceaea;
        padding: 11px 12px 10px 0px;
        box-shadow: none;
        outline: none;
        width: 100%;
        margin-top: 28px;
        border-radius: 0;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
}

.tt-btn-search::before {
    content: "\e9b4";
    font-size: 23px;
}

.tt-btn-search {
    top: 35px !important;
}

.tt-collapse .tt-collapse-title {
    font-size: 14px;
}

.tt-list-row li{
    text-transform: capitalize;
}

.tt-list-inline li{
    text-transform: capitalize;
}

@media (max-width: 789px) {
    .tt-page404 .tt-title {
        font-size: 21px;
        line-height: 32px;
        margin: 28px 0 0 0;
    }
}